diff --git a/srcpkgs/python3-pyside2/patches/qt-5.13-support-core-qmessagelogcontext.patch b/srcpkgs/python3-pyside2/patches/qt-5.13-support-core-qmessagelogcontext.patch
deleted file mode 100644
index 96644b596b..0000000000
--- a/srcpkgs/python3-pyside2/patches/qt-5.13-support-core-qmessagelogcontext.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Revert to Qt 5.13 support
-source: https://codereview.qt-project.org/c/pyside/pyside-setup/+/272581
-
---- sources/pyside2/PySide2/QtCore/typesystem_core_common.xml.ORIG
-+++ sources/pyside2/PySide2/QtCore/typesystem_core_common.xml
-@@ -2830,7 +2830,9 @@
-
-
-
--
-+
-+
-+
-
-
-
diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index 8cfeb931cb..20253c69c9 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,9 +1,7 @@
# Template file for 'python3-pyside2'
-# XXX CAUTION patched to support Qt 5.13.2 and *NOT* Qt 5.14
-# warning: python3-pyside2 is supposed to be aligned with Qt version
pkgname=python3-pyside2
-version=5.14.0
-revision=2
+version=5.14.1
+revision=1
_pkgname="pyside-setup-opensource-src-${version}"
wrksrc="$_pkgname"
configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
@@ -22,7 +20,7 @@ maintainer="yopito "
license="LGPL-3.0-or-later"
homepage="https://wiki.qt.io/Qt_for_Python"
distfiles="https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-${version}-src/${_pkgname}.tar.xz"
-checksum=8c2ad1901a99165ed7bac8f522ee351ae3ebadd580024248f5a1db52e4a94b30
+checksum=41ce931695567639c92acb68a9d66ed5609f067011af9a94b53fc0d697ad1d1c
build_options="webengine"
desc_option_webengine="Build Qt5 WebEngine bindings"