Unverified Commit 568912c5 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

libretro.ppsspp: 0-unstable-2025-06-09 -> 0-unstable-2025-06-19 (#418332)

parents 62bebf86 5a0afd19
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@
}:
mkLibretroCore {
  core = "ppsspp";
  version = "0-unstable-2025-06-09";
  version = "0-unstable-2025-06-19";

  src = fetchFromGitHub {
    owner = "hrydgard";
    repo = "ppsspp";
    rev = "435b26588857dc60d982c2981e04cd28f7a2c38e";
    hash = "sha256-i6xxj8EKFyDiu041oKXwB/Wg9tg7+9yLaRnU5gfSO2s=";
    rev = "b0df912935040b572aaa08d6a8d99f8b45e3da80";
    hash = "sha256-qsCUZgaGy79wd1MRz5gVQmHyyVM1wDRlwZj8Qh3j7yU=";
    fetchSubmodules = true;
  };