diff --git a/pkgs/applications/emulators/rpcs3/default.nix b/pkgs/applications/emulators/rpcs3/default.nix index ee85b71cf8a4..46311c3ed45b 100644 --- a/pkgs/applications/emulators/rpcs3/default.nix +++ b/pkgs/applications/emulators/rpcs3/default.nix @@ -9,10 +9,10 @@ let # Keep these separate so the update script can regex them - rpcs3GitVersion = "13388-4a86638ce"; - rpcs3Version = "0.0.21-13388-4a86638ce"; - rpcs3Revision = "4a86638ce898e3bd68ade8e7ba794253782ea411"; - rpcs3Sha256 = "0bc1n0jy4a869mn1g5i008vb5m2a6qfhyf7lw0d0jiljgsppiys1"; + rpcs3GitVersion = "13907-cdef752a9"; + rpcs3Version = "0.0.23-13907-cdef752a9"; + rpcs3Revision = "cdef752a9c2004010279cd4a6d77b451b42cc6ab"; + rpcs3Sha256 = "1mw6k097rsiljaw34harhvr32dvrh4xv22ryinylijnsjlm3hcan"; ittapi = fetchFromGitHub { owner = "intel";