top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Railway Hotel, Deniliquin

Sat, 21 June

|

82 Napier St, Deniliquin NSW 2710, Australia

Get ready for a night of amazing live music at the Railway Hotel in Deniliquin on Saturday, 21st of June, from 8:00 PM to 12:00 AM! ๐ŸŽธ

Registration is closed
See other events
Railway Hotel, Deniliquin
Railway Hotel, Deniliquin

Time & Location

21 June 2025, 8:00 pm โ€“ 22 June 2025, 12:00 am

82 Napier St, Deniliquin NSW 2710, Australia

About the event

Get ready for a night of amazing live music at the Railway Hotel in Deniliquin on Saturday, 21st of June, from 8:00 PM to 12:00 AM! ๐ŸŽธ๐ŸŽค


Iโ€™ll be hitting the stage with a mix of original tracks and fan favourites, so come down, bring your friends, and enjoy a great evening filled with unforgettable tunes and good times. Whether you're looking to relax or dance the night away, it's going to be a fantastic night you won't want to miss! ๐ŸŽถ๐Ÿ’ƒ๐Ÿ•บ


Mark your calendars and let's make it a night to remember! See you there! ๐ŸŽ‰

Share this event

bottom of page
function prefetch(nodeList) { if (navigator.connection && (navigator.connection.effectiveType === 'slow-2g' || navigator.connection.effectiveType === '2g')) { return; } if (navigator.deviceMemory && navigator.deviceMemory <= 2) { return; } const fetched = {}; const observer = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { const link = entry.target.href; if (!fetched[link]) { fetched[link] = true; fetch(link, { priority: 'low' }); } observer.unobserve(entry.target); } }); }); nodeList.forEach(link => observer.observe(link)); } const idleCallback = window.requestIdleCallback || function (cb) { return setTimeout(() => cb(), 1); }; idleCallback(function () { const links = document.querySelectorAll('a[href]'); prefetch(links); });