diff --git a/_servicedata b/_servicedata
index 371f1c9..a4cba1e 100644
--- a/_servicedata
+++ b/_servicedata
@@ -5,4 +5,4 @@
https://github.com/RPCS3/rpcs3.git
- 4d4a70ad0e5f875309c8e6aea8448a23f06857cf
\ No newline at end of file
+ 6fbca1acfd5ee7da782f93995cff99dd09cfe48d
\ No newline at end of file
diff --git a/rpcs3-0.0.27~git20230325.obscpio b/rpcs3-0.0.27~git20230325.obscpio
deleted file mode 100644
index 28bf754..0000000
--- a/rpcs3-0.0.27~git20230325.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:55c7889024ad7921153f793d63dacf49e80ebe7cf37302dee60d6701763fb554
-size 469240334
diff --git a/rpcs3-0.0.27~git20230409.obscpio b/rpcs3-0.0.27~git20230409.obscpio
new file mode 100644
index 0000000..d463142
--- /dev/null
+++ b/rpcs3-0.0.27~git20230409.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9a0c7d31b80d84bab0ce744ead834cac16c1d457cfc8dba68db882b0fb2928a0
+size 1829476367
diff --git a/rpcs3.changes b/rpcs3.changes
index cdbd65b..69a8c11 100644
--- a/rpcs3.changes
+++ b/rpcs3.changes
@@ -1,3 +1,41 @@
+-------------------------------------------------------------------
+Mon Apr 10 14:31:51 UTC 2023 - i@guoyunhe.me
+
+- Update to version 0.0.27~git20230409:
+ * remove unnecessary pointer bitcasts
+ * Updated BUILDING.md according to the changes made by #13622
+ * Fix BUILD_LLVM option
+ * Improve cellMic and sys_usbd thread scheduling
+ * Add alternate 3D display modes (#13582)
+ * cellGcm: add more enums
+ * llvm: fix submodule path
+ * rsx: Add a clip_width workaround for some buggy games
+ * Update to LLVM 16.0.0, switch to upstream LLVM
+ * Update dependencies
+ * Fix emulator crash when stopping emulation after being paused (#13530)
+ * sys_fs: Implemented CELL_FS_PATH path-as-device support
+ * sys_fs: Fix warning C6262
+ * sys_fs & VFS: Misc bug fixes
+
+-------------------------------------------------------------------
+Tue Apr 04 14:33:06 UTC 2023 - i@guoyunhe.me
+
+- Update to version 0.0.27~git20230331:
+ * Add Qt Creator .autosave files to .gitignore (#13597)
+ * cellMusicExport: first implementation
+ * cellPhotoExport: add funcFinish check
+ * Fix mic thread usage
+ * vk: Fix vendor detection for apple
+ * vk: Obey safe/unsafe hint for D16F emulation
+ * Increase delay for GHL and TT int transfers
+ * cellMic: fix registration index
+ * cellAudio: silence cellAudioSendAck and add pseudo code for it
+ * cellAudio: re-use event_sources array
+ * cellMic: use fixed index for devices
+ * cellMic: wait for registration of multiple input devices
+ * cellMic: add some additional error check and silence log spam
+ * cellMicGetSignalState: fake some more values
+
-------------------------------------------------------------------
Sun Mar 26 03:18:32 UTC 2023 - i@guoyunhe.me
diff --git a/rpcs3.obsinfo b/rpcs3.obsinfo
index 110f85d..522b831 100644
--- a/rpcs3.obsinfo
+++ b/rpcs3.obsinfo
@@ -1,4 +1,4 @@
name: rpcs3
-version: 0.0.27~git20230325
-mtime: 1679733258
-commit: 4d4a70ad0e5f875309c8e6aea8448a23f06857cf
+version: 0.0.27~git20230409
+mtime: 1681033518
+commit: 6fbca1acfd5ee7da782f93995cff99dd09cfe48d
diff --git a/rpcs3.spec b/rpcs3.spec
index e6486ee..7d6845d 100644
--- a/rpcs3.spec
+++ b/rpcs3.spec
@@ -17,7 +17,7 @@
Name: rpcs3
-Version: 0.0.27~git20230325
+Version: 0.0.27~git20230409
Release: 0
Summary: PS3 emulator/debugger
License: GPL-2.0-only
@@ -25,7 +25,8 @@ URL: https://rpcs3.net
Source0: %{name}-%{version}.tar.xz
Source1: intel-ittapi.tar.xz
Patch1: fix-test-files.patch
-BuildRequires: gcc-c++ >= 9
+BuildRequires: gcc-c++
+BuildRequires: llvm16-devel
BuildRequires: cmake(x86-64) >= 3.14.1
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(libedit)