From c7527ae47cfaf7aa9117779a2d46a43115fbdb9b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 30 Dec 2025 20:02:42 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2025-12-22 -> 0-unstable-2025-12-30 --- 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 2676741e3e54..659b9c0c1dda 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-22"; + version = "0-unstable-2025-12-30"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "036013ef87d2ac6b9fea36dbb513617c72e11254"; - hash = "sha256-T2fUq6Iah/vQ/NaGPE/wa2sJL888VKRpdiNq7hbFsWI="; + rev = "34fde065b76805c851d7c4b5bc4c67a3d347aab9"; + hash = "sha256-se8WptzipVwAE6Qwq2hTv7xBsY22HoACdVrPv+ssBDc="; fetchSubmodules = true; };