From d3440a288e3aaa6f70f8efade078aff5718aa6c4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 27 Mar 2026 18:16:18 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2026-03-18 -> 0-unstable-2026-03-27 --- 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 45befe869524..7ed25bc37ac4 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-18"; + version = "0-unstable-2026-03-27"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "5f6b4daf61ed8f005f759236ea363fa8ee7a1d08"; - hash = "sha256-DNsNmtse35Bv3QxhJlYAFe3D0VRhSn2svwfiF+bgxxA="; + rev = "3e69145712550dfa44f3f1a92a5efe64774db1f9"; + hash = "sha256-iRtL6VdQcDOAJ2b/YBjlLX+A24BwnBkNiNo7aYAzVdU="; fetchSubmodules = true; };