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

libretro.stella: 0-unstable-2025-03-29 -> 0-unstable-2025-04-19 (#401698)

parents 8b441b69 0fc10c61
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "stella";
  version = "0-unstable-2025-03-29";
  version = "0-unstable-2025-04-19";

  src = fetchFromGitHub {
    owner = "stella-emu";
    repo = "stella";
    rev = "b753f6eefa4bf02af20eacae98caab7d5aabc4a8";
    hash = "sha256-uPRNa7Ofaonyp1ErFel12DyKox9ETYGoT1s3aG96VkU=";
    rev = "7b5c19ff5e28dfeb814e912d028cb34b53c01f10";
    hash = "sha256-RdRdmvUZB1jGgeuNBGhqztZadag0/8USTjtTAKjaxSo=";
  };

  makefile = "Makefile";