Unverified Commit 273b3579 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

libretro.play: 0-unstable-2025-04-07 -> 0-unstable-2025-05-02 (#402137)

parents d739db7a d3dd886b
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-04-07";
  version = "0-unstable-2025-05-02";

  src = fetchFromGitHub {
    owner = "jpd002";
    repo = "Play-";
    rev = "f66e60ffda14cc615336d2997c09b3b1b998e8eb";
    hash = "sha256-qGIqXc0xouWcOPMmBUFRyA4DHmdNEopxUR/J+o0H+QE=";
    rev = "2d2a3682695b0cfa49934f29a34adabbe9470db5";
    hash = "sha256-yPFeVSK3yUhD0e7/7WftMJ3hx3ZAOMhB8zuYJ3uKwZY=";
    fetchSubmodules = true;
  };