diff --git a/_servicedata b/_servicedata
index fccfc8f..0ced8f4 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/opensuse/qemu.git
- 16eaa1c18adfd3a1cd4db77f13445b198afc19a0
\ No newline at end of file
+ c5929021382fa3fac6c7b81c969af1b8f133295b
\ No newline at end of file
diff --git a/qemu-9.2.0.obscpio b/qemu-9.2.0.obscpio
index 8762518..175afbd 100644
--- a/qemu-9.2.0.obscpio
+++ b/qemu-9.2.0.obscpio
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:442016c3af6c8de863d59b5e88c4944b6c47975ee13f5d3d48960033f2a9d694
-size 1124668431
+oid sha256:917d194d750930206611e1843ba064d90188a8082250085fd54b8408b04d7898
+size 1124701711
diff --git a/qemu-linux-user.spec b/qemu-linux-user.spec
index 435b92c..6e48e14 100644
--- a/qemu-linux-user.spec
+++ b/qemu-linux-user.spec
@@ -1,7 +1,7 @@
#
# spec file for package qemu-linux-user
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
diff --git a/qemu.changes b/qemu.changes
index 2dc8141..1b44e5c 100644
--- a/qemu.changes
+++ b/qemu.changes
@@ -1,3 +1,29 @@
+-------------------------------------------------------------------
+Thu Jan 23 11:36:36 UTC 2025 - dfaggioli@suse.com
+
+- CPU model for new IBM Z HW (jsc#PED-10266):
+ * s390x/cpumodel: gen17 model
+ * s390x/cpumodel: Add PLO-extension facility
+ * s390x/cpumodel: correct PLO feature wording
+ * s390x/cpumodel: Add Sequential-Instruction-Fetching facility
+ * s390x/cpumodel: add Ineffective-nonconstrained-transaction facility
+ * s390x/cpumodel: add Vector-Packed-Decimal-Enhancement facility 3
+ * s390x/cpumodel: add Miscellaneous-Instruction-Extensions Facility 4
+ * s390x/cpumodel: add Vector Enhancements facility 3
+ * s390x/cpumodel: add Concurrent-functions facility support
+ * linux-headers: Update to Linux 6.13-rc1
+ * s390x/cpumodel: Add ptff Query Time-Stamp Event (QTSE) support
+ * s390x/cpumodel: add msa13 subfunctions
+ * s390x/cpumodel: add msa12 changes
+ * s390x/cpumodel: add msa11 subfunctions
+ * s390x/cpumodel: add msa10 subfunctions
+
+-------------------------------------------------------------------
+Wed Jan 22 15:04:53 UTC 2025 - dfaggioli@suse.com
+
+- Build properly with the latest version of Sphinx:
+ * [openSUSE][RPM] Fix the build with the latest Sphinx
+
-------------------------------------------------------------------
Fri Dec 20 08:03:35 UTC 2024 - dfaggioli@suse.com
diff --git a/qemu.obsinfo b/qemu.obsinfo
index 64c8a2d..0d3bf80 100644
--- a/qemu.obsinfo
+++ b/qemu.obsinfo
@@ -1,4 +1,4 @@
name: qemu
version: 9.2.0
-mtime: 1734684709
-commit: 16eaa1c18adfd3a1cd4db77f13445b198afc19a0
+mtime: 1737629541
+commit: c5929021382fa3fac6c7b81c969af1b8f133295b
diff --git a/qemu.spec b/qemu.spec
index 476eeb0..c6f5a06 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -1,7 +1,7 @@
#
# spec file for package qemu
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -161,6 +161,7 @@ BuildRequires: libcbor-devel
%if 0%{?suse_version} >= 1600
BuildRequires: python3-Sphinx
BuildRequires: python3-base >= 3.8
+BuildRequires: python3-sphinx_rtd_theme
%else
BuildRequires: python311-Sphinx
BuildRequires: python311-base