From 7c39ebb255c8171dfcf616302fd3ed425b62e3d0 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 17 Dec 2025 13:21:34 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2025-12-10 -> 0-unstable-2025-12-16 --- 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 b4af820079e0..b2f9a6c8783d 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-10"; + version = "0-unstable-2025-12-16"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "5a67eb5cc5e3b3248de513e95741ca47b87bedb4"; - hash = "sha256-FH7Wp8CBKt/5G/sXZ7hSbCFRMopBoID0ho/XtS13400="; + rev = "dd112491db181114723fed270a1c45ffc1355539"; + hash = "sha256-NMUpmJySZPcyo/niIohxbXG5MfkyKCdeEF9O8ZPKe8g="; fetchSubmodules = true; };