From 07fdeb5d491fdfc9fb29dc1b2b472c942c11e322 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 5 Apr 2026 17:25:52 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2026-03-27 -> 0-unstable-2026-03-31 --- 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 7ed25bc37ac4..397e75376f98 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-27"; + version = "0-unstable-2026-03-31"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "3e69145712550dfa44f3f1a92a5efe64774db1f9"; - hash = "sha256-iRtL6VdQcDOAJ2b/YBjlLX+A24BwnBkNiNo7aYAzVdU="; + rev = "030c7a9e6b1a22bf8ee1db40f4d4b7402095bce1"; + hash = "sha256-qy9S6/ThIA4YtO6J5R4RdPq4BvHDmwq7Y063gXXTuiQ="; fetchSubmodules = true; };