diff --git a/_servicedata b/_servicedata
index 2a0a2c3..a64112e 100644
--- a/_servicedata
+++ b/_servicedata
@@ -5,4 +5,4 @@
https://github.com/RPCS3/rpcs3.git
- 7661df084718b9326cbb072f683a1120a803784a
\ No newline at end of file
+ 26d406fec3eca124b157be066fa5b3057561fccb
\ No newline at end of file
diff --git a/rpcs3-0.0.30~git20240125.tar.xz b/rpcs3-0.0.30~git20240125.tar.xz
deleted file mode 100644
index 0edbae9..0000000
--- a/rpcs3-0.0.30~git20240125.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:a50818c8bc39f0592a23caa2db2a4a049e05758f86ceec2728d1a2cc1a113319
-size 54774560
diff --git a/rpcs3-0.0.30~git20240205.tar.xz b/rpcs3-0.0.30~git20240205.tar.xz
new file mode 100644
index 0000000..9d0e0c4
--- /dev/null
+++ b/rpcs3-0.0.30~git20240205.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7d88caba408a8c3375a83b3c49505bd0c79bfe022516326f18a3ba27174cdc25
+size 54783872
diff --git a/rpcs3.changes b/rpcs3.changes
index a8d4dd4..4c86f17 100644
--- a/rpcs3.changes
+++ b/rpcs3.changes
@@ -1,3 +1,66 @@
+-------------------------------------------------------------------
+Mon Feb 05 11:06:46 UTC 2024 - i@guoyunhe.me
+
+- Update to version 0.0.30~git20240205:
+ * RPCN 1.1
+
+-------------------------------------------------------------------
+Sun Feb 04 15:48:37 UTC 2024 - i@guoyunhe.me
+
+- Update to version 0.0.30~git20240203:
+ * cellGem: Allow to use multiple controllers as fake PS-Move
+ * sceNp: fix atomic type
+ * sceNp: correct type for data attachment
+ * sceNp: don't preserve messages in sceNpBasicRecvMessageAttachment
+ * overlays: ask for user confirmation before sending an invite
+ * sceNp: implement sceNpBasicAbortGui
+ * sceNp: Implement sceNpBasicRecvMessageAttachment
+ * np: fix signed/unsigned warning
+ * overlays: add subject and body to recvmessage dialog
+ * Review fixes
+ * Add player history
+ * Qt: Show NP ID in rpcn dialogs
+ * rsx/glsl: use const for left/right
+ * rsx/glsl: Fix typo
+ * rsx: Improvements to the video out passes
+ * gl: Vectorize GL_TEMP_IMAGE_SLOT expression
+ * vk: Allow indexed lookup for sampler and IA binding points in overlay passes
+ * glsl: use fragCoord to decide interlacing
+ * glsl: use textureSize instead of height
+ * glsl: use const in for params
+ * glsl: move anaglpyh to separate functions
+ * vk/gl: add amber-blue anaglyph (ColorCode 3D)
+ * vk/gl: cleanup formatting in glsl, move some common magic numbers to variables
+ * vk/gl: add interlaced 3D mode
+ * vk/gl: add more anaglyph 3D modes
+ * vk/gl: unite video_out_calibration_pass fragment shader to new glsl
+ * gl: add missing else in calibration pass fragment shader
+ * Add update_helper.sh to VS filters
+ * overlays: clean up includes
+ * sceNp: decrease some log levels from todo to warning
+ * overlays: use timestamp for fade animations
+ * Add UI to sceNpBasicSendMessageAttachment and sceNpBasicAddFriend
+ * sceNp: silence some errors
+ * scnNp: add ppu wait before opening blocking dialogs
+ * sceNp: add more error checks
+ * overlays: remove separators from send/recv dialogs
+ * overlays: implement native sendmessage dialog
+ * overlays: implement native recvmessage dialog
+ * Name some threads
+ * rsx: Allow native UI render even when we have pending draw calls if FIFO queue is empty.
+ * Terminate RPCN connection cleanly
+ * Don't search games when the dialog is cancelled
+ * Fix sceNpCommerce2 init
+ * sceNpCommerce: add init checks
+ * sceNpCommerce2: add some error checks
+ * Fix Apple clang
+ * Arm version of trigger_write_page_fault
+ * FreeBSD workaround for libusb
+ * Return no file to TSS apis
+ * Mini sceNpCommerce2Init fix
+ * VFS: Fix some potential .back() segfaults
+ * sys_usbd: add libusb log callback
+
-------------------------------------------------------------------
Thu Jan 25 14:23:06 UTC 2024 - i@guoyunhe.me
diff --git a/rpcs3.spec b/rpcs3.spec
index f74eeae..1e189ed 100644
--- a/rpcs3.spec
+++ b/rpcs3.spec
@@ -17,7 +17,7 @@
Name: rpcs3
-Version: 0.0.30~git20240125
+Version: 0.0.30~git20240205
Release: 0
Summary: PS3 emulator/debugger
License: GPL-2.0-only
@@ -87,8 +87,8 @@ BuildRequires: pkgconfig(Qt6Widgets)
Requires(post): hicolor-icon-theme
Requires(post): update-desktop-files
-Requires(postun):hicolor-icon-theme
-Requires(postun):update-desktop-files
+Requires(postun): hicolor-icon-theme
+Requires(postun): update-desktop-files
ExclusiveArch: x86_64
%description