From d2f2177e617d77df2613bb31ab94c89415a863c3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Jun 2025 00:27:11 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2025-06-19 -> 0-unstable-2025-06-28 --- 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 e857f79702a2..53fbe3ca335c 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-06-19"; + version = "0-unstable-2025-06-28"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "b0df912935040b572aaa08d6a8d99f8b45e3da80"; - hash = "sha256-qsCUZgaGy79wd1MRz5gVQmHyyVM1wDRlwZj8Qh3j7yU="; + rev = "1f2b4de6c148cfd4514f415dbf40cd684840be70"; + hash = "sha256-QWy3PKnPj5ol52KOV/SMpNuiERnmmBHs+087qKCvM3M="; fetchSubmodules = true; };