Commit 7dd37241 authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro.ppsspp: 0-unstable-2026-04-20 -> 0-unstable-2026-04-28

parent 7d12338e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@
}:
mkLibretroCore {
  core = "ppsspp";
  version = "0-unstable-2026-04-20";
  version = "0-unstable-2026-04-28";

  src = fetchFromGitHub {
    owner = "hrydgard";
    repo = "ppsspp";
    rev = "93601fe4a065ae25993047cc85de452b42b61c6e";
    hash = "sha256-nBC1VTfGlGteYjElIPSCWXljzynoKAVhHgELhRK5a1o=";
    rev = "dbb34075bc5c72c18291547ff63d7b001ebb29ab";
    hash = "sha256-YOOpjLUevYsQ2yWWuwqjPjaWXx2BAq7ZubbAZBtclbM=";
    fetchSubmodules = true;
  };