From 938d7686f3a5531e3ae2ea4bfe306ac1222dacad Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 10 Mar 2026 22:46:11 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2026-03-02 -> 0-unstable-2026-03-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 c66fc1eef68d..49c475a2649a 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-03-02"; + version = "0-unstable-2026-03-10"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "6df47225dd38ff33f1b518d79127a8b4ea3ea851"; - hash = "sha256-yW2/eMAT72wiPyAIzCs/FKFNpUp11VOkjm6slmjvZ38="; + rev = "ab1ee21996b78aaac1f82baa390990c8ce9a9936"; + hash = "sha256-mzK+ADPTFCxiPxQDw8CtwJEW0nrX+ozUosV0N/jeMHk="; fetchSubmodules = true; };