Commit 938d7686 authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro.ppsspp: 0-unstable-2026-03-02 -> 0-unstable-2026-03-10

parent 63d4fcb1
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-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;
  };