Commit bbdc1ed1 authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro.play: 0-unstable-2025-05-23 -> 0-unstable-2025-06-13

parent 329fd212
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@
}:
mkLibretroCore {
  core = "play";
  version = "0-unstable-2025-05-23";
  version = "0-unstable-2025-06-13";

  src = fetchFromGitHub {
    owner = "jpd002";
    repo = "Play-";
    rev = "0bd77c19fbbdb83e98988fc5b7944dbeee9eee3e";
    hash = "sha256-L99pyfhuMf40MXMAFz/aGmp+i7LjosubQXQZd4XzkHY=";
    rev = "011be1b24fcafd4e5c2262538bd37dfe42a2cd05";
    hash = "sha256-fcIDh5ydfbwwdlP0KcGNekjUt+uiDe/spzPLOwvLeUI=";
    fetchSubmodules = true;
  };