diff --git a/pkgs/applications/emulators/libretro/cores/ppsspp.nix b/pkgs/applications/emulators/libretro/cores/ppsspp.nix index 5d7c6373ae21..a0eb9af8c041 100644 --- a/pkgs/applications/emulators/libretro/cores/ppsspp.nix +++ b/pkgs/applications/emulators/libretro/cores/ppsspp.nix @@ -13,13 +13,13 @@ }: mkLibretroCore { core = "ppsspp"; - version = "0-unstable-2026-01-04"; + version = "0-unstable-2026-01-10"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "6c0aff3a28b8c1ee97e1346d0b2404179ce5e5c0"; - hash = "sha256-X/d3qGpdTJx7r6qtW2P/l7COMsv4oJ1nqjZC0QRLYiQ="; + rev = "3f3b353350aae4f9584070c793bf19983886d910"; + hash = "sha256-VFAs6bmMWRn737nfRd98vcFJkVQ6Z580COUmgl2aOY0="; fetchSubmodules = true; };