Commit 452f71aa authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro.mame: 0-unstable-2026-01-31 -> 0-unstable-2026-02-27

parent af6cd220
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
}:
mkLibretroCore {
  core = "mame";
  version = "0-unstable-2026-01-31";
  version = "0-unstable-2026-02-27";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "mame";
    rev = "6cdc40fc53ba5574073d4009b531fda07156ff49";
    hash = "sha256-4XmQsVuieIEcLTP1CJfNrJjXD2ENkh4MPLkTVjrx8dE=";
    rev = "74731455f45c08d4f303c6d07c4f1cbf791d52b6";
    hash = "sha256-f0f0ajliLM2ZJjOpA7sk3pgA7LZ2JTEIl7+w/3TpFK0=";
    fetchSubmodules = true;
  };