From 2044d7b686c1d652f91fd1fe8225bac3f1f7927a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 18 Mar 2026 20:20:49 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2026-03-10 -> 0-unstable-2026-03-18 --- 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 49c475a2649a..45befe869524 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-10"; + version = "0-unstable-2026-03-18"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "ab1ee21996b78aaac1f82baa390990c8ce9a9936"; - hash = "sha256-mzK+ADPTFCxiPxQDw8CtwJEW0nrX+ozUosV0N/jeMHk="; + rev = "5f6b4daf61ed8f005f759236ea363fa8ee7a1d08"; + hash = "sha256-DNsNmtse35Bv3QxhJlYAFe3D0VRhSn2svwfiF+bgxxA="; fetchSubmodules = true; };