From 8c5e34eece69010f64e174ba4a0042c51954e1af Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 11 Dec 2025 19:02:25 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2025-12-04 -> 0-unstable-2025-12-10 --- pkgs/applications/emulators/libretro/cores/ppsspp.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/ppsspp.nix b/pkgs/applications/emulators/libretro/cores/ppsspp.nix index 31a00e5aa7a3..b4af820079e0 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-2025-12-04"; + version = "0-unstable-2025-12-10"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "cf306e9cec919011339fb123d009cb470f628df4"; - hash = "sha256-5UNd59QG10yD7wuiXWC5JwqWvggx07M6n320dhJ3rU0="; + rev = "5a67eb5cc5e3b3248de513e95741ca47b87bedb4"; + hash = "sha256-FH7Wp8CBKt/5G/sXZ7hSbCFRMopBoID0ho/XtS13400="; fetchSubmodules = true; };